Use xmalloc instead of malloc.
authorJan D <jan.h.d@swipnet.se>
Mon, 31 Jan 2011 06:44:05 +0000 (07:44 +0100)
committerJan D <jan.h.d@swipnet.se>
Mon, 31 Jan 2011 06:44:05 +0000 (07:44 +0100)
commitcac724dbfd8c5d3c5f4f618ac040cbecabe05e51
tree2f7d22e154c9d070acf9b7d09ac6e19a8c690196
parent68ff99f83f197f7e802679df79397eebc23471a4
Use xmalloc instead of malloc.

* lwlib-Xm.c (make_destroyed_instance):
* lwlib-utils.c (XtApplyToWidgets):
* lwlib.c (safe_strdup, malloc_widget_value)
(allocate_widget_info, allocate_widget_instance): Use xmalloc
instead of malloc.
lwlib/ChangeLog
lwlib/lwlib-Xm.c
lwlib/lwlib-utils.c
lwlib/lwlib.c